projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b035e0e
)
Initialize HAVE_LIBXP to no.
author
Gerd Moellmann
<gerd@gnu.org>
Thu, 23 Nov 2000 12:36:34 +0000
(12:36 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Thu, 23 Nov 2000 12:36:34 +0000
(12:36 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 456755520b813098b9cc9ea1f15b7d6baf3f361d..36435c23a639a820878f0cf01bbf8f399bf512ea 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1735,6
+1735,7
@@
Motif version prior to 2.1.
emacs_cv_motif_version_2_1=yes, emacs_cv_motif_version_2_1=no))
HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
if test $emacs_cv_motif_version_2_1 = yes; then
+ HAVE_LIBXP=no
AC_DEFINE(HAVE_MOTIF_2_1)
AC_CHECK_LIB(Xp, XpCreateContext, HAVE_LIBXP=yes, , -lXext)
if test ${HAVE_LIBXP} = yes; then